This example shows the client-side events supported by Telerik Grid for ASP.NET MVC.
The grid supports the following events:
-
OnColumnResize - raised when a colum of the grid is resized by the user
-
OnDataBinding (cancellable) - raised when the grid is requesting data
-
OnDataBound - raised when the grid is databound
-
OnError - raised when an error occurs during databinding
-
OnLoad - raised when the component is initialized
-
OnRowDataBound - raised when a row of the grid is databound
-
OnRowSelected - raised when a row is selected by the user